'Declaration<DispIdAttribute(45)> Function AddTrueTypeFontFromFileU( _ ByVal FilePath As String, _ ByVal FileName As String, _ ByVal Bold As Boolean, _ ByVal Italic As Boolean, _ ByVal EnableSubset As Boolean _ ) As String
[DispId(45)] string AddTrueTypeFontFromFileU( string FilePath, string FileName, bool Bold, bool Italic, bool EnableSubset )
function AddTrueTypeFontFromFileU(
FilePath: String;
FileName: String;
Bold: Boolean;
Italic: Boolean;
EnableSubset: Boolean
): String;
DispIdAttribute(45) function AddTrueTypeFontFromFileU( FilePath : String, FileName : String, Bold : boolean, Italic : boolean, EnableSubset : boolean ) : String;
[DispId(45)] string* AddTrueTypeFontFromFileU( string* FilePath, string* FileName, bool Bold, bool Italic, bool EnableSubset )
[DispId(45)] String^ AddTrueTypeFontFromFileU( String^ FilePath, String^ FileName, bool Bold, bool Italic, bool EnableSubset )
Parameters
- FilePath
- FileName
- Bold
- Italic
- EnableSubset
